home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / sepadebitnotes.conf < prev    next >
Text File  |  2014-12-19  |  1KB  |  57 lines

  1.  
  2. char name="sepadebitnotes"
  3. char shortDescr="sepadebitnotes"
  4. char version="5.4.2"
  5. char longDescr="This profile is used for SEPA debit notes"
  6. int import="1"
  7. int export="1"
  8.  
  9. char type="csv"
  10. char groupNames="transaction", "transfer", "debitnote", "line"
  11. char dateFormat="YYYY/MM/DD"
  12. int utc="0"
  13.  
  14. char subject="transactions"
  15.  
  16. params {
  17.   # if 1 then values are quoted
  18.   quote="1"
  19.   
  20.   # if 1 then a title line will be written containing the names of each
  21.   # column
  22.   title="1"
  23.   
  24.   # special values are "TAB" and "SPACE"
  25.   delimiter=";" 
  26.   
  27.   # this is the group name looked for in the given data to GWEN_CSV_Write
  28.   # if not given then all groups match
  29.   #group="transaction"
  30.   
  31.   # this group contains the definition for each column
  32.   # each variable in this group has its number as name
  33.   # you can use index variables in the names (using square brackets)
  34.   columns {
  35.     1="localBic"
  36.     2="localIban"
  37.     3="remoteBic"
  38.     4="remoteIban"
  39.     5="date"
  40.     6="value/value"
  41.     7="value/currency"
  42.     8="localName"
  43.     9="remoteName"
  44.     19="creditorSchemeId"           # SEPA debit notes
  45.     11="mandateId"
  46.     12="mandateDate/dateString"
  47.     13="mandateDebitorName"
  48.     14="sequenceType"
  49.     15="purpose[0]"
  50.     16="purpose[1]"
  51.     17="purpose[2]"
  52.     18="purpose[3]"
  53.   } # columns
  54.  
  55. } # params
  56.  
  57.